projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8c2250f
3227546
)
Auto merge of #3060 - rillian:package_path_deps, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 1 Sep 2016 19:51:44 +0000
(12:51 -0700)
committer
GitHub
<noreply@github.com>
Thu, 1 Sep 2016 19:51:44 +0000
(12:51 -0700)
Reject path-based dependencies in `cargo package`
`cargo publish` will complain if a package manifest contains a path, rather than registry+version-based dependency. Make `cargo package` do the same so that issue is caught sooner in developer workflow.
Trivial merge